@font-face {
  font-family: Px437 Cordata PPC-400;
  src: url("/fonts/Px437_Cordata_PPC-400.ttf");
}

@font-face {
  font-family: Ac437 Phoenix BIOS;
  src: url("/fonts/Ac437_Phoenix_BIOS.ttf");
}

@font-face {
  font-family: Ac437 DG One;
  src: url("/fonts/Ac437_DG_One_B.ttf");
}

@font-face {
  font-family: LanaPixel;
  src: url("/fonts/LanaPixel.ttf");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Px437 Cordata PPC-400;
scrollbar-color: #c5691d transparent;
  scrollbar-width: thin;
}

body {
  background-image: url("https://wolfrayetlaw.com/imgs/background/waterbg6.png");
  background-size: cover;
  background-attachment: fixed;
  image-rendering: pixelated;    
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.tab-container {
  width: 950px;
  height: 700px;
border-top: 10px solid #f4b38a;
border-left: 10px solid #ac8269;
border-bottom: 4px solid #492910;
border-right: 4px solid #492910;
  filter: drop-shadow(8px 8px 0 #000000);
  border-radius: 5px;
padding: 10px;
  border-radius: 5px;
  background: #ffe5bd;
      position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;    
    margin: auto;
}
 
/* Hide radio buttons */
.tab-container input[type="radio"] {
  display: none;
}

.tab-headers {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  position: fixed;
  background: transparent;
  overflow-y: scroll;
  scrollbar-width: none;
}
 
.tab-header {
  padding: 1rem 2rem;
  cursor: pointer;
  transition: all 0.3s ease;
height: 30px;
width: 120px;
line-height: 25px;
font-size: 15px;
font-weight: bold;
color: #492910;
background-color: #ac8269;
filter: drop-shadow(3px 5px 0 #000000);
margin: 4px;
padding: 5px;
}
 
/* Hover state */
.tab-header:hover {
  color: white;
  background: #242323;
}

.tab-contents {
  padding: 2rem;
  margin-top: -20px;
  margin-left: 140px;
}

.tab-contents p {
margin: 10px;
}

.tab-contents ul {
    margin-left: 20px;
}
 
.tab-content {
  display: none; /* Hide all content by default */
}
 
/* Show content when corresponding radio is checked */
#tab1:checked ~ .tab-contents #content1,
#tab2:checked ~ .tab-contents #content2,
#tab3:checked ~ .tab-contents #content3 {
  display: block; /* Show active content */
}
 
/* Highlight active tab header */
#tab1:checked ~ .tab-headers label[for="tab1"],
#tab2:checked ~ .tab-headers label[for="tab2"],
#tab3:checked ~ .tab-headers label[for="tab3"] {
    color: #492910;
    background-color: #f4b38a;* Indicator bar */
}

a {
  font-size: 13px;
  color: #c5691d;
  font-family: Ac437 Phoenix BIOS;
  font-weight: bold;
}

a:hover {
  font-size: 15px;
}

.tab-content button {
  color: #1d58c5;
  font-family: Ac437 DG One;
  font-weight: bold;
  background-color: #f4b38a;
  padding: 6px;
  margin: 5px;
  border: 3px double black;
  filter: drop-shadow(2px 2px 0 #8f8f8f);
}

.tab-content button a {
  color: #2b347c;
}

.tab-content button:hover {
  width: fit-content;
  font-size: 15px;
  font-style: italic;
  cursor: pointer;
}

.boxbox {
    width: 740px;
    height: 540px;
    box-sizing: border-box;
    overflow-y: scroll;
}

.topic { 
  font-size: 30px;
  font-weight: 500;
  margin: 20px;
  color: #2b347c;
  font-family: Ac437 DG One;
    filter: drop-shadow(3px 3px 0 #aab4b3);
  font-weight: bold;
}

.tab-content h1 {
    font-family: Ac437 DG One;
    color: #c5691d;
    font-size: 25px;
    margin-bottom: 10px;
      text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -3px 3px 0 #000,
    1px 3px 0 #000;
  filter: drop-shadow(2px 2px 0 #000);
}

mark {
    background-color: #f4b38a;
}

.scrollbox {
  background-color: #f8efd7;
  width: auto;
  height: 349px;
  padding: 10px;
  border: 3px double #492910;
  overflow: auto;
}

.column {
  float: left;
  padding: 5px;
}

.left {
  width: 30%;
}

.right {
  width: 70%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column img {
  image-rendering:initial;
  width: 205px;
  border: 3px solid #492910;
  filter: saturate(100%);
  transition: .25s ease-out;
}

.column img:hover {
  filter: saturate(200%);
   transition: .25s ease-in;
}

 ul {
  text-align: center;
  list-style-type: none;
}

li {
  margin-left: -20px;
  margin-top: 5px;
  width: 206px;
  background-color: #f38d3a;
  color: #492910;
  font-family: Ac437 Phoenix BIOS;
  font-size: 12px;
  padding: 5px;
  border-bottom: 4px solid #492910;
  border-right: 4px solid #492910;
}

li:hover {
  background-color: #ffab66;
}

.title {
  font-family: LanaPixel;
  font-size: 25px;
  margin: 3px;
  line-height: 30px;
}

hr {
  border: 3px double #f4b38a;
  margin: 20px;
}

.scrollbox img {
  width: 350px;
}